var runtime.allgs
10 uses
runtime (current package)
proc.go#L513: allgs []*g
proc.go#L537: allgs = append(allgs, gp)
proc.go#L538: if &allgs[0] != allgptr {
proc.go#L539: atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
proc.go#L541: atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
proc.go#L556: return allgs[:len(allgs):len(allgs)]
proc.go#L576: for _, gp := range allgs {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)